Search
Shape Constructor (ElementTemplate[], FillMode)
See Also
 






Initializes a new instance of the Shape class with the specified outline.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Shape (
    ElementTemplate[] elements,
    FillMode fillMode
)

Visual Basic  Copy Code

Public New ( _
    elements() As ElementTemplate, _
    fillMode As FillMode _
)

 Parameters

elements

An array of shape template elements that define the outline of a shape. Can contain lines, arcs and Bezier curves.

fillMode

Specifies how areas are filled if the outline path intersects itself.

 See Also